home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / prog / asm_0_m.arj / EXECOM.NEW < prev    next >
Text File  |  1988-03-19  |  775b  |  23 lines

  1.                             EXECOM Version History
  2.  
  3.  
  4.  
  5.  
  6.  EXECOM 1.1     03/19/88
  7.     The DOS error level is now set on exit, so your batch files can see if
  8.     everything worked.  If there is an error, a code from 1-10 is returned.
  9.  
  10.     The original .EXE file is now deleted on successful completion, since
  11.     it is no longer needed.  This is not just a convenience, but also a
  12.     safety measure, since DOS will execute the .EXE file instead of the
  13.     .COM file if you have them both in the same directory.
  14.  
  15.  
  16.  
  17.  EXECOM 1.0     03/15/88
  18.     Original release, compatible with the EXE2BIN utility except for:
  19.     1) A default output extension of .COM instead of .BIN
  20.     2) No support for segment fixups
  21.  
  22.     This is both smaller and faster than EXE2BIN.
  23.